home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / background_87598.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  356 lines

  1. -- background: 87598 from stack: in
  2. -- bmap block id: 87923
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 2.4.1 Example
  6. ----- HyperTalk script -----
  7. on goItem cardName
  8.   get last char of the short name of the target
  9.   put "#" & it into btnName
  10.   put it + 4220 into newIcon
  11.   set the icon of bg btn btnName to newIcon
  12.   go cd cardName
  13. end goItem
  14.  
  15.  
  16. -- part 3 (field)
  17. -- low flags: 01
  18. -- high flags: 0000
  19. -- rect: left=18 top=1 right=38 bottom=442
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 156
  24. -- text size: 24
  25. -- style flags: 10240
  26. -- line height: 32
  27. -- part name: Title
  28.  
  29.  
  30. -- part 5 (field)
  31. -- low flags: 01
  32. -- high flags: 0000
  33. -- rect: left=16 top=38 right=67 bottom=434
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 0
  37. -- font id: 156
  38. -- text size: 20
  39. -- style flags: 0
  40. -- line height: 26
  41. -- part name: Subtitle
  42.  
  43.  
  44. -- part 23 (field)
  45. -- low flags: 01
  46. -- high flags: 0000
  47. -- rect: left=139 top=123 right=146 bottom=438
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 0
  51. -- font id: 3
  52. -- text size: 10
  53. -- style flags: 256
  54. -- line height: 15
  55. -- part name: Instruction
  56.  
  57.  
  58. -- part 24 (field)
  59. -- low flags: 01
  60. -- high flags: 0000
  61. -- rect: left=139 top=77 right=121 bottom=432
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 0
  65. -- font id: 156
  66. -- text size: 16
  67. -- style flags: 0
  68. -- line height: 17
  69. -- part name: Text1
  70.  
  71.  
  72. -- part 6 (field)
  73. -- low flags: 81
  74. -- high flags: 0001
  75. -- rect: left=423 top=0 right=13 bottom=466
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 65535
  79. -- font id: 4
  80. -- text size: 9
  81. -- style flags: 0
  82. -- line height: 12
  83. -- part name: CardTitle
  84.  
  85.  
  86. -- part 27 (field)
  87. -- low flags: 01
  88. -- high flags: 0000
  89. -- rect: left=182 top=145 right=201 bottom=452
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 0
  93. -- font id: 156
  94. -- text size: 20
  95. -- style flags: 0
  96. -- line height: 20
  97. -- part name: Item1
  98.  
  99.  
  100. -- part 28 (field)
  101. -- low flags: 01
  102. -- high flags: 0000
  103. -- rect: left=182 top=203 right=259 bottom=452
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 0
  107. -- font id: 156
  108. -- text size: 20
  109. -- style flags: 0
  110. -- line height: 20
  111. -- part name: Item2
  112.  
  113.  
  114. -- part 15 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=443 top=5 right=72 bottom=512
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Instant Reference
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   instantReference "2.4.1"
  129. end mouseUp
  130.  
  131.  
  132. -- part 16 (button)
  133. -- low flags: 00
  134. -- high flags: 2000
  135. -- rect: left=480 top=143 right=172 bottom=511
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 1310 / 1310
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Student Services
  144. ----- HyperTalk script -----
  145. on mousedown
  146.   SSpopUp
  147. end mousedown
  148.  
  149. on mouseup
  150.   if the mouseloc is not within the rect of me then exit to hyperCard
  151.   doSS
  152. end mouseup
  153.  
  154.  
  155.  
  156. -- part 17 (button)
  157. -- low flags: 00
  158. -- high flags: 2000
  159. -- rect: left=482 top=176 right=205 bottom=511
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 162 / 162
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: Help
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   Help
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part 18 (button)
  176. -- low flags: 00
  177. -- high flags: 2000
  178. -- rect: left=482 top=294 right=320 bottom=509
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 1236 / 1236
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: Last Menu
  187.  
  188.  
  189. -- part 19 (button)
  190. -- low flags: 00
  191. -- high flags: 2000
  192. -- rect: left=478 top=319 right=341 bottom=498
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 1238 / 1238
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: Prev Section
  201. ----- HyperTalk script -----
  202. on mouseUp
  203.   lock screen
  204.   go prev
  205.   unlock screen with scroll right
  206. end mouseUp
  207.  
  208.  
  209. -- part 20 (button)
  210. -- low flags: 00
  211. -- high flags: 2000
  212. -- rect: left=493 top=319 right=341 bottom=512
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 1237 / 1237
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: Next
  221. ----- HyperTalk script -----
  222. on mouseUp
  223.   lock screen
  224.   go next
  225.   unlock screen with scroll left
  226. end mouseUp
  227.  
  228.  
  229. -- part 31 (button)
  230. -- low flags: 00
  231. -- high flags: 2000
  232. -- rect: left=482 top=208 right=234 bottom=509
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 1234 / 1234
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: Lesson
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   lesson "2.4.1"
  244. end mouseUp
  245.  
  246.  
  247. -- part 32 (button)
  248. -- low flags: 00
  249. -- high flags: 0000
  250. -- rect: left=141 top=152 right=179 bottom=166
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 4211 / 4211
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: #1
  259.  
  260.  
  261. -- part 33 (button)
  262. -- low flags: 00
  263. -- high flags: 0000
  264. -- rect: left=141 top=210 right=237 bottom=166
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 4212 / 4212
  267. -- text alignment: 1
  268. -- font id: 0
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: #2
  273.  
  274.  
  275. -- part 34 (button)
  276. -- low flags: 00
  277. -- high flags: 2000
  278. -- rect: left=139 top=145 right=186 bottom=410
  279. -- title width / last selected line: 0
  280. -- icon id / first selected line: 0 / 0
  281. -- text alignment: 1
  282. -- font id: 0
  283. -- text size: 12
  284. -- style flags: 0
  285. -- line height: 16
  286. -- part name: Hiliter1
  287. ----- HyperTalk script -----
  288. on mouseUp
  289.   goItem "Network Services E/2"
  290. end mouseUp
  291.  
  292.  
  293.  
  294. -- part 35 (button)
  295. -- low flags: 00
  296. -- high flags: 2000
  297. -- rect: left=139 top=203 right=244 bottom=410
  298. -- title width / last selected line: 0
  299. -- icon id / first selected line: 0 / 0
  300. -- text alignment: 1
  301. -- font id: 0
  302. -- text size: 12
  303. -- style flags: 0
  304. -- line height: 16
  305. -- part name: Hiliter2
  306. ----- HyperTalk script -----
  307. on mouseUp
  308.   goItem "Network Services E/5"
  309. end mouseUp
  310.  
  311.  
  312. -- part 36 (field)
  313. -- low flags: 01
  314. -- high flags: 0000
  315. -- rect: left=182 top=261 right=317 bottom=452
  316. -- title width / last selected line: 0
  317. -- icon id / first selected line: 0 / 0
  318. -- text alignment: 0
  319. -- font id: 156
  320. -- text size: 20
  321. -- style flags: 0
  322. -- line height: 20
  323. -- part name: Item3
  324.  
  325.  
  326. -- part 37 (button)
  327. -- low flags: 00
  328. -- high flags: 0000
  329. -- rect: left=141 top=268 right=295 bottom=166
  330. -- title width / last selected line: 0
  331. -- icon id / first selected line: 4213 / 4213
  332. -- text alignment: 1
  333. -- font id: 0
  334. -- text size: 12
  335. -- style flags: 0
  336. -- line height: 16
  337. -- part name: #3
  338.  
  339.  
  340. -- part 38 (button)
  341. -- low flags: 00
  342. -- high flags: 2000
  343. -- rect: left=139 top=261 right=302 bottom=410
  344. -- title width / last selected line: 0
  345. -- icon id / first selected line: 0 / 0
  346. -- text alignment: 1
  347. -- font id: 0
  348. -- text size: 12
  349. -- style flags: 0
  350. -- line height: 16
  351. -- part name: Hiliter3
  352. ----- HyperTalk script -----
  353. on mouseUp
  354.   goItem "Network Services E/8"
  355. end mouseUp
  356.